home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / front end / 00060.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  157 b   |  11 lines

  1. on enterFrame
  2.   installMenu(12)
  3.   set the cursor of sprite 6 to 260
  4.   set the cursor of sprite 7 to 260
  5. end
  6.  
  7. on mouseDown
  8.   pause()
  9.   go(the frame + 24)
  10. end
  11.